home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / patches / patchchunky / patchchunky.doc < prev    next >
Text File  |  1996-04-07  |  3KB  |  64 lines

  1. *******************************************************************************
  2. * $VER: PatchChunky 1.1 (10.09.95)
  3. *******************************************************************************
  4. * Copyright notice:
  5. - This Program is FreeWare, under the following conditions:
  6. -- You CAN Copy and Spread this archive in one, while it will not modified.
  7. *******************************************************************************
  8. ****************   Patch Codes Are Copyrighted by the Author.  ****************
  9. ****************       If you need them, send a request.       ****************
  10. *******************************************************************************
  11. * What it does:
  12. It Patches:
  13. - Graphics/WritePixelLine8,
  14. - Graphics/WritePixelArray8 routines.
  15. *******************************************************************************
  16. * Why Patch this:
  17. - Graphics/WriteChunkyPixels works 25 times faster, than the
  18.   Graphics/WritePixelArray8 routine in CD32 (+ SX-1 ).
  19. -- In 640x480x8 (PAL HIRESLACE), one 640x480 array render to screen:
  20. --- WritePixelArray8  takes 3.86 sec,
  21. --- WriteChunkyPixels takes 0.15 sec.
  22. *******************************************************************************
  23. * System Requirements:
  24. - Amiga with at least OS 3.1 (V40)
  25. *******************************************************************************
  26. * Hardware Requirements:
  27. - Chunky to Planar Hardware
  28. -- CD32 (+ SX-1) built in Akiko
  29. -- Some other Graphics Boards: ( Not tested. Owner`s report are welcome.)
  30. --- CyberVision 64
  31. --- etc.
  32. *******************************************************************************
  33. * Installation:
  34. - You must Copy the PatchChunky program to your C: directory.
  35. *******************************************************************************
  36. * How I can to invoke it:
  37. - From CLI
  38. -- RUN >NIL: C:PatchChunky
  39. - From Startup-Sequence ( after SetPatch )
  40. -- like CLI
  41. - From Workbench
  42. -- You don`t need this method, but WBstart will NOT crash your system.
  43. *******************************************************************************
  44. * How I can to remove it:
  45. - You must send a CTRL-C signal to it.
  46. -- DOS: Break command,
  47. --- Break x C ( x must be the Process Number, what Status command writes)
  48. -- Keyboard: CTRL-C.
  49. - After signal it will remove Patches.
  50. *******************************************************************************
  51. * Known bugs:
  52. - none.
  53. * Bug reports and suggestions are welcome.
  54. *******************************************************************************
  55. * History:
  56. - v1.0 initial AmiNET release
  57. - v1.1 Source array ByresPerRow calculating was wrong, Fixed.
  58. *******************************************************************************
  59. * Author:
  60. - code by McPhoton -> CooL Software
  61. -- e-mail: szolim@dragon.klte.hu
  62. - code generated by ASM-One V1.25
  63. *******************************************************************************
  64.